home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / ash070.arc / ASH.INI < prev    next >
Text File  |  1987-05-28  |  263b  |  8 lines

  1. set PATH="c:\bin;$PATH"
  2. echo "PATH=$PATH"
  3. set F1='ls -l\012'         # F1 executes a 'ls -l'
  4. set F2='df -t\012'         # F2 executes a 'df -t'
  5. set F3='set ECHO=off\012'  # F3 turns off echoing
  6. set F4='set ECHO=on\012'   # F4 turns on echoing
  7. set ECHO=on
  8. ə